home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.19980901-19981211 / 000178_news@newsmaster….columbia.edu _Wed Oct 21 16:54:39 1998.msg < prev    next >
Internet Message Format  |  2020-01-01  |  2KB

  1. Return-Path: <news@newsmaster.cc.columbia.edu>
  2. Received: from newsmaster.cc.columbia.edu (newsmaster.cc.columbia.edu [128.59.35.30])
  3.     by watsun.cc.columbia.edu (8.8.5/8.8.5) with ESMTP id QAA11206
  4.     for <kermit.misc@watsun.cc.columbia.edu>; Wed, 21 Oct 1998 16:54:38 -0400 (EDT)
  5. Received: (from news@localhost)
  6.     by newsmaster.cc.columbia.edu (8.8.5/8.8.5) id QAA27768
  7.     for kermit.misc@watsun; Wed, 21 Oct 1998 16:54:38 -0400 (EDT)
  8. Path: news.columbia.edu!watsun.cc.columbia.edu!fdc
  9. From: fdc@watsun.cc.columbia.edu (Frank da Cruz)
  10. Newsgroups: comp.protocols.kermit.misc
  11. Subject: Re: TCP/IP?
  12. Date: 21 Oct 1998 20:54:30 GMT
  13. Organization: Columbia University
  14. Lines: 25
  15. Message-ID: <70lhm6$lgd$1@apakabar.cc.columbia.edu>
  16. References: <70l9n2$hd1$1@team2.teamnet.net>
  17. NNTP-Posting-Host: watsun.cc.columbia.edu
  18. Xref: news.columbia.edu comp.protocols.kermit.misc:9374
  19.  
  20. In article <70l9n2$hd1$1@team2.teamnet.net>, draft2 <nobody@cfu.net> wrote:
  21. : Is it possible to do TCP/IP through DOS?
  22. : I have an 80386 with 2M RAM and a 10baseT betwork adapter. I do not run
  23. : windows. Our internet provider (whom I happen to work for) provides a
  24. : 500kbps connection via cable modems. Now, as far as it is set up, it is like
  25. : a regular network set up all over the city. We convert the signals to analog
  26. : and send it over the cables, just like cable TV, the nthe cable modem sends
  27. : it back to digital to the network card. Each computer must access a DHCP
  28. : server unless given a static IP address. My question is, will kermit
  29. : facilitate this type of connection and if so, can someone give me some
  30. : intstruction.
  31. MS-DOS Kermit, current version 3.15:
  32.  
  33.   http://www.columbia.edu/kermit/mskermit.html
  34.  
  35. includes a TCP/IP stack, containing not only TCP and IP, but also Telnet,
  36. Bootp, and DHCP clients.  You must run this stack over a Packet Driver, an
  37. ODI Driver, or an NDIS driver.  It is up to the maker of the cable modem to
  38. supply one of these.
  39.  
  40. For details, read NETWORKS\SETUP.DOC in the Kermit directory, after
  41. unzipping it.
  42.  
  43. - Frank